status barのpage titleをfixedするUserCSS
status barのpage titleをfixedするUserCSS
リアルタイム文字カウンターを使うときに必要
margin-right: autoで左寄せにしているのをleft: 0にするだけ
code:style.css
.status-bar > div.page-title {
position: fixed;
bottom: 0;
left: 0;
}